You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR cleans up and reorganises the Cyber Security - Research section:
Moved docs into the correct team folders.
Deleted duplicate PDFs and placeholder notes.
Keeps the repo structure tidy and easier for new contributors to navigate.
🔒 OWASP Scanner Results for docs/cybersecurity/RED TEAM/usecases/PhishingVps.md
A04: Insecure Design (1 findings)
Summary: MEDIUM: 1
Line 144 | Severity MEDIUM | Confidence LOW
→ Potential insecure design marker: Unfortunately, the email phishing attempt using GoPhish was unsuccessful. Despite testing the campaign with three students' email addresses, the emails were consistently flagged, and the domain was marked as a phishing site. As a result, the phishing emails never reached the intended recipients, failing to bypass security filters.
🔒 OWASP Scanner Results for docs/cybersecurity/SecDevOps Team/secure-code/adjusting-mac.md
A03: Sensitive Data Exposure (1 findings)
Summary: HIGH: 1
Line 25 | Severity HIGH | Confidence HIGH
→ Weak hashing algorithm detected: This update hashes the MAC address using MD5, to the encode it in Base64, then it shortens it to 10
🔒 OWASP Scanner Results for docs/cybersecurity/research/nagios/Redback_nagios_setup_guide.md
A03: Sensitive Data Exposure (1 findings)
Summary: HIGH: 1
Line 162 | Severity HIGH | Confidence MEDIUM
→ Potential hardcoded sensitive data: Use nagiosadmin as the username and the password (password = 123) you provided earlier.
🔒 OWASP Scanner Results for docs/data-warehousing/MongoDb Connection/mongodbconnection.md
A03: Sensitive Data Exposure (1 findings)
Summary: HIGH: 1
Line 33 | Severity HIGH | Confidence MEDIUM
→ Potential hardcoded sensitive data: - MONGO_URI="mongodb://your_username:your_password@your_host:your_port/?authSource=your_authSource"
🔒 OWASP Scanner Results for docs/project-4/Crowd-Monitoring-Detection/LLMs_training_testing.md
A03: Sensitive Data Exposure (2 findings)
Summary: HIGH: 2
Line 54 | Severity HIGH | Confidence MEDIUM
→ Potential hardcoded sensitive data: HF_TOKEN=
Line 72 | Severity HIGH | Confidence MEDIUM
→ Potential hardcoded sensitive data: HF_TOKEN= // if you are wants to work with unmodified LLAMA3.1 models
🔒 OWASP Scanner Results for docs/project-4/Crowd-Monitoring/Crowd-Monitoring-Overview.md
A09: Security Logging and Monitoring Failures (2 findings)
Summary: MEDIUM: 2
Line 458 | Severity MEDIUM | Confidence LOW
→ Exception handled with print() instead of proper logging/alerting near: except AttributeError as e:
Line 460 | Severity MEDIUM | Confidence LOW
→ Exception handled with print() instead of proper logging/alerting near: except Exception as e:
### File:...*[Comment body truncated]*
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR cleans up and reorganises the Cyber Security - Research section:
Moved docs into the correct team folders.
Deleted duplicate PDFs and placeholder notes.
Keeps the repo structure tidy and easier for new contributors to navigate.
MOVED:
Blue Team - Research
SecDevOps - Research
GRC - Research
Red Team - Research
DELETED:
From docs/cybersecurity/research/docs/:
From docs/cybersecurity/research/:
From docs/cybersecurity/research/additional-pieces/: